home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / gopher / WinNT / GSMIPS.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1994-08-18  |  3.8 KB  |  127 lines

  1. READ.ME for GOPHER SERVER 0.9 for Windows NT
  2.  
  3.  
  4. New features in 0.9
  5. ===================
  6.  
  7. * Server going down and starting up is now recorded in the Application Event Log.
  8.  
  9. * On-line help for control panel applet now provided.
  10.  
  11. * AlternateHostName feature allows GOPHERS to return a different host name
  12.   in menus.  (Not configurable through the control panel - you have to use
  13.   the registry editor.)
  14.  
  15. * Bug fixed: log file now closed correctly when the service terminates.
  16.  
  17.  
  18. New features in 0.8
  19. ===================
  20.  
  21. * Following helpful advice from Microsoft, the storage of configuration
  22.   information in the Registry is now better aligned with Microsoft practise.
  23.   This means that it is *essential* when upgrading to this version to use
  24.   the gophers -remove command first, to remove the old configuration information.
  25.  
  26. * If there is more than one network interface in the machine, GOPHERS will listen
  27.   for incoming connections on all interfaces.  (I would be obliged if someone
  28.   can test this feature for me - I don't have access to such a machine.)
  29.   
  30. * For performance reasons, the current log file is now kept open permanently.
  31.   A new log file is created every day.
  32.  
  33. * Log file location is now configurable.
  34.  
  35. * More Windows Sockets error codes are expanded into meaningful messages.
  36.  
  37. * Mechanism to allow an alternative host name to be supplied in Gopher menus -
  38.   eg a DNS CNAME entry.
  39.  
  40. * Provides a mechanism to hide files from view by Gopher clients.  
  41.  
  42.  
  43. New features in 0.6
  44. ===================
  45.  
  46. * Uses memory-mapped file I/O for improved performance.
  47.  
  48. * New -ipaddress option to help identify mis-configured TCP/IP software.
  49.  
  50. * Dot stuffing fixed - now only stuffs for lines which consist of a single
  51.   dot.
  52.  
  53. * Minor improvements to documentation.
  54.  
  55.  
  56. New features in 0.4
  57. ===================
  58.  
  59. * WAIS database searching capability added.
  60.  
  61. * Link files may now contain multiple links, separated by lines
  62.   starting with a #.
  63.  
  64. * The format of selectors has changed.  Existing link and alias files which
  65.   contain Path=something will need to change the something.
  66.  
  67. * If the local hostname returned by gethostname() is not a fully-qualified name,
  68.   then the IP address is used instead.
  69.  
  70. * If the requested file or directory does not exist, the server returns an
  71.   appropriate message.
  72.  
  73. * The service detects when it is being run from the command prompt without
  74.   any parameters, and (eventually) displays an error message.
  75.  
  76. * It is now possible to suppress caching altogether. BEWARE! CACHING IS NOW
  77.   DISABLED BY DEFAULT!
  78.  
  79. * The Configuration applet now indicates version number.
  80.  
  81. * The configuration applet reminds you to stop and restart the service
  82.   after changing the configuration only if the service is actually running.
  83.  
  84. * If the home directory does not exist, the Gopher Server no longer GPFs.
  85.  
  86. * Path=(nothing) in an alias file does not override the implicit selector.
  87.  
  88. * If a file has been given a binary type in an alias file, but is of
  89.   'text' type according to the mapping table, then the Gopher server no
  90.   longer transmits the file incorrectly.
  91.  
  92.  
  93. New features in 0.2
  94. ===================
  95.  
  96. * Configuration through the Control Panel.
  97.  
  98. * Configuration information now stored in Registry.
  99.  
  100. * File extension -> Gopher type mapping is now configurable.
  101.  
  102. * Improved Event Viewer messages.
  103.  
  104. * Can now log Gopher transactions in a separate log file.
  105.  
  106. * Numb = in link and alias files implemented.
  107.  
  108. * Caching implemented.
  109.  
  110.  
  111. Version 0.1 features
  112. ====================
  113.  
  114. * "Classic Gopher" protocol server.
  115.  
  116. * Runs as a Windows NT "Service", so that it keeps going even
  117.   when there's no-one logged in to the machine.
  118.  
  119. * Available for DEC Alpha and Intel architectures.
  120.  
  121. * Logs errors using the Windows NT Event Logger.
  122.  
  123.  
  124. Chris Adie
  125. C.J.Adie@edinburgh.ac.uk
  126.  
  127.